-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempt to fix MSFT_xIisModule #354
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #354 +/- ##
===================================
Coverage 89% 89%
===================================
Files 14 14
Lines 2210 2210
===================================
Hits 1983 1983
Misses 227 227 |
Reviewed 1 of 1 files at r1. a discussion (no related file): a discussion (no related file): DSCResources/MSFT_xIisModule/MSFT_xIisModule.psm1, line 79 at r1 (raw file):
Why not use Get-IisSitePath here as well? Maybe without the -SiteName parameter if it can only be found on "root level"? DSCResources/MSFT_xIisModule/MSFT_xIisModule.psm1, line 163 at r1 (raw file):
This should be DSCResources/MSFT_xIisModule/MSFT_xIisModule.psm1, line 398 at r1 (raw file):
This should not be needed? See previous comment. DSCResources/MSFT_xIisModule/MSFT_xIisModule.psm1, line 407 at r1 (raw file):
This should not be needed? See previous comment. Comments from Reviewable |
- Add handler to specified site (dsccommunity#305). - Parse verbs correctly (dsccommunity#323).
@scottmckenzie Could you please go into Reviewable and write 'Done' on the review comments that are resolved (or comment on them if they need to be discussed). After you replied to all review comments (they are saved as drafts), then press the big Publish button at the top of the page. That will send all review comments as one big comment back to this PR. You find Reviewable in the big purple button in the PR description. |
Review status: 0 of 2 files reviewed at latest revision, 6 unresolved discussions, some commit checks failed. DSCResources/MSFT_xIisModule/MSFT_xIisModule.psm1, line 79 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. DSCResources/MSFT_xIisModule/MSFT_xIisModule.psm1, line 163 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. DSCResources/MSFT_xIisModule/MSFT_xIisModule.psm1, line 398 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. DSCResources/MSFT_xIisModule/MSFT_xIisModule.psm1, line 407 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. Comments from Reviewable |
The changes looks good, although it would be great if you could add a unit test for testing these changes (the last review comment). Unfortunately there are no existing unit test for this resource. Let me know if you need any help. Reviewed 2 of 2 files at r2. Comments from Reviewable |
Attempting to write some unit tests... |
@scottmckenzie Awesome! If you get stuck let me know and I might help with pointers. 🙂 |
Labeling this pull request (PR) as abandoned since it has gone 14 days or more since the last update. An abandoned PR can be continued by another contributor. The abandoned label will be removed if work on this PR is taken up again. |
Should fix #305 and #323
This change is